NevronOpenVision
Nevron.Nov.DataStructures Namespace / NBlocksDeque<T> Class
Fields Properties Methods


NBlocksDeque<T> Class Members

The following tables list the members exposed by NBlocksDeque<T>.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Methods
 NameDescription
Public MethodAdds the specified item  
Public MethodInserts the item at the specified index  
Public MethodReturns the last item from the deque, without removing it.  
Public MethodReturns the first item from the deque, without removing it.  
Public MethodRemoves and returns the last item from the deque.  
Public MethodRemoves and returns the first item from the deque.  
Public MethodPushes the item at the back of the deque (makes it the last item in the deque)  
Public MethodPushes the item at the front of the deque (makes it the first item in the deque)  
Public MethodOverloaded. Removes the specified item  
Public MethodRemoves all occurrence of the specified item.  
Public MethodRemoves the item at the specified index  
Public MethodOverloaded. Removes the last occurrence of the specified item (if any)  
Top
See Also